projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3875423
)
Remove mistakenly-added debugging code.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 16 Sep 2006 14:19:31 +0000
(14:19 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 16 Sep 2006 14:19:31 +0000
(14:19 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 7d1b71fc4983e8ee76674900d3f68b61db74391f..3e089d4e1a801cf06c4a3860a2cb5aa5e21710b1 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3645,9
+3645,6
@@
Outline mode sets this."
;; This is the value the function returns.
(= arg 0))
- (setq foo (list (point)
- (or goal-column temporary-goal-column)
- opoint forward))
(cond ((> arg 0)
;; If we did not move down as far as desired,
;; at least go to end of line.
@@
-3681,7
+3678,6
@@
Outline mode sets this."
;; Move to the desired column.
(line-move-to-column column)
- (push (list (point) line-beg line-end) foo)
(setq new (point))
;; Process intangibility within a line.